home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d3
/
mult_edi.arc
/
MEC.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1989-10-21
|
206 b
|
11 lines
@echo off
ME /BIGOK %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO FRSTSKIP
:LOOP1
ME /LN /BIG
:FRSTSKIP
IF NOT ERRORLEVEL = 2 GOTO CEXIT
IF NOT EXIST MECOMP.TMP GOTO CEXIT
COMMAND < MECOMP.TMP
GOTO LOOP1
:CEXIT